home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Co-Cz / Console.cpt / TTY Console / card_5671.txt < prev    next >
Text File  |  1989-10-31  |  660b  |  28 lines

  1. -- card: 5671 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4055
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 1
  9. ----- text -----
  10.  
  11. getBuffer XFCN
  12. syntax: put getBuffer(thePort) into aVar
  13.  
  14. Returns all the characters available in the input buffer for port thePort 
  15. (linefeeds are stripped) or an error message.
  16. ----------
  17.  
  18. freePort XCMD
  19. syntax: freePort thePort, theBuffer
  20.  
  21. Closes serial drivers for port thePort and releases the memory pointed to by theBuffer (which should contain the value returned by initPort.)
  22. Errors are returned via the result.
  23. ----------
  24.  
  25.  
  26. -- part contents for background part 8
  27. ----- text -----
  28. TTY Console Help